--- layout: default class: home css: ['pages/index.css'] comments: false --- {{ site.subtitle }} {{ site.location }} {{ site.organization }} {{ site.github_username }} {% for post in paginator.posts %} {{ post.title }} {{ post.excerpt | strip_html | strip }} {{ post.date | date: "%Y/%m/%d" }} {% for cat in post.categories %} {{ cat }} {% endfor %} {% endfor %} {% include sidebar-search.html %} {% include sidebar-mail.html %} {% include sidebar-app.html %} {% include sidebar-popular-repo.html %} {% if paginator.previous_page %} {% if paginator.previous_page == 1 %} « {% else %} « {% endif %} {% else %} « {% endif %} {% if paginator.page == 1 %} 1 {% else %} 1 {% endif %} {% for count in (2..paginator.total_pages) %} {% if count == paginator.page %} {{count}} {% else %} {{count}} {% endif %} {% endfor %} {% if paginator.next_page %} » {% else %} » {% endif %}
{{ post.excerpt | strip_html | strip }}
{{ post.date | date: "%Y/%m/%d" }} {% for cat in post.categories %} {{ cat }} {% endfor %}